From 41a6780f2246e98e6b7f39848e82cdef2e39b5b6 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Tue, 25 Jun 2013 14:38:08 +0200 Subject: [PATCH] spinbutton: set the window on the icon helper --- gtk/gtkspinbutton.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/gtkspinbutton.c b/gtk/gtkspinbutton.c index 0f97078024..ccdccd47fa 100644 --- a/gtk/gtkspinbutton.c +++ b/gtk/gtkspinbutton.c @@ -1001,6 +1001,7 @@ gtk_spin_button_panel_draw (GtkSpinButton *spin_button, width = gdk_window_get_width (panel); icon_helper = _gtk_icon_helper_new (); + _gtk_icon_helper_set_window (icon_helper, panel); _gtk_icon_helper_set_use_fallback (icon_helper, TRUE); if (panel == priv->down_panel) -- 2.30.2